-
This is the script called sharkfest.py: import os, sys if __name__ == ‘__main__’: print(sys.modules[__name__]) When I run the script, it …
- 357 views
- 0 answers
- 0 votes
This is the script called sharkfest.py: import os, sys if __name__ == ‘__main__’: print(sys.modules[__name__]) When I run the script, it …